home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1995 November
/
EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso
/
earcd
/
gfx
/
fu1_62.lha
/
fu
/
Formulas
/
Mandel.Form
< prev
next >
Wrap
Text File
|
1995-02-28
|
166b
|
26 lines
Mandel
{
{
mirrorx
x1=-2.0
x2= 1.3
y1=-1.35
y2= 1.35
bailout=2.0
}
{
c=pixel
z=pixel
}
{
z=z*z
z=z+c
w=abs(z)
}
{
w>bailout
}
{
}
}